If a user fails to correctly answer a question either because it was required to be filled in, they selected too many responses or any other reason, they will be prompted with an error message stating what needs to be done. Using the Error Text Style field, you may enter any CSS style definition that you wish to have applied to all error text in the survey. If you wanted to have your error text appear in red, Arial font of size 12px, you would enter:

color: red; font-style: Arial; font-size: 12px;

This would then cause your error text to appear as:

Please complete this question.

The style definitions will be placed inside of the <TD> that surrounds the error text.

To find out more about CSS styles, go to Zvon.org CSS1 Reference.